﻿.footer__container {
    background-color: #FF0000;
}

body {
    background-color: #f7f7f7;
}

#navbar-appointment-module {
    background-color: #ffffff;
}

.btn:focus {
    box-shadow: none !important;
}

.epm-group-image {
    padding-left: 20%;
}

.nav-appointment-module__ul {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
}

.nav-appointment-module__button--right-side {
    box-shadow: none;
    height: 100%;
    display: none;
    justify-content: flex-end;
}

.nav-appointment-module__button--left-side {
    box-shadow: none;
    height: 100%;
    display: flex;
    width: 50%;
}

.nav-appointment-module__li {
    list-style: none;
}

.nav-appointment-module__li > a {
    padding: 5px;
}

.nav-appointment-module__container {
    background-color: #ffffff;
    height: 100px;
}

.nav-appointment-module__ul-with_text {
    display: inline-flex;
    column-gap: 10px;
}

.nav-appointment-module__li-with_text {
    display: inline-flex;
    width: max-content;
}

.nav-btn-header-text {
    font-weight: bold;
    font-size: 22px;
    font-family: 'Exo2-Regular';
    margin-top: 20px;
    user-select: none;
    color: var(--NavigationHeaderButtonsTextColor);
}

.nav-btn-header-text-active {
    font-weight: bold;
    font-size: 22px;
    font-family: 'Exo2-Regular';
    margin-top: 20px;
    user-select: none;
    color: var(--NavigationHeaderButtonsTextColorActive);
}

.consult__title {
    color: var(--ConsultAppointmentTitleColor);
    font-family: var(--ConsultAppointmentTitleFontFamily);
    font-size: var(--ConsultAppointmentTitleFontSize);
    letter-spacing: 0px;
    line-height: 36px;
    margin-bottom: 30px;
    padding-right: 40%;
}

.consult__subtitle {
    color: var(--ConsultAppointmentParagraph1Color);
    font-family: var(--ConsultAppointmentParagraph1FontFamily);
    font-size: var(--ConsultAppointmentParagraph1FontSize);
    letter-spacing: 0px;
    line-height: 36px;
}

.consult__row {
    padding: 100px 0;
}

.consult__control-box {
    background: var(--ControlBoxBackgroundColor);
    box-shadow: var(--ControlBoxBoxShadow);
    border-radius: var(--ControlBoxBorderRadius);
    height: var(--ControlBoxHeight);
    text-align: var(--ControlBoxTexAlign);
}

.consult__form-group {
    padding: 20px 50px;
}

.consult__control-box--button {
    background-color: #666666;
    color: white;
    font-size: 22px;
    font-family: Exo2-Bold;
    border-radius: 24px;
    border: none;
    padding: 5px 20px;
}

.consult__control-box--input {
    font-size: var(--ControlBoxInputFontSize) !important;
    font-family: var(--ControlBoxInputFontFamily);
    color: var(--ControlBoxInputColor);
    letter-spacing: var(--ControlBoxInputLetterSpacing);
    border: var(--ControlBoxInputBorder);
    border-bottom: var(--ControlBoxInputBorderButtom);
    width: 100%;
    padding: 10px 15px;
}

.consult__control-box--input:focus-visible {
    outline: none;
}

.consult__control-box--input::placeholder {
    color: var(--ControlBoxInputPlaceholderColor);
}

#consult {
    height: 63vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info__person-name {
    color: var(--InfoPersonNameColor);
    font-size: var(--InfoPersonNameFontSize);
    font-family: var(--InfoPersonNameFontFamily);
    letter-spacing: var(--InfoPersonNameLetterSpacing);
    margin: 0;
}

.info__person-id,
.info__person-type-id {
    color: var(--InfoPersonIdColor);
    font-size: var(--InfoPersonIdFontSize);
    font-family: var(--InfoPersonIdFontFamily);
    letter-spacing: var(--InfoPersonIdLetterSpacing);
    margin: 0;
}

.info__person-email {
    color: var(--InfoPersonEmailColor);
    font-size: var(--InfoPersonEmailFontSize);
    font-family: var(--InfoPersonEmailFontFamily);
    letter-spacing: var(--InfoPersonEmailLetterSpacing);
    margin: 0;
}

.info__table {
    width: 100%;
    text-align: center;
    background-color: var(--InfoTableBackgroundColor);
    border-top-left-radius: var(--InfoTableBorderTopLeftRadius);
    border-top-right-radius: var(--InfoTableBorderTopRightRadius);
    margin-top: 50px;
}

.info__table tbody {
    color: var(--InfoTableTBodyColor);
    font-family: var(--InfoTableTBodyFontFamily);
    font-size: var(--InfoTableTBodyFontSize);
    letter-spacing: var(--InfoTableLetterSpacing);
}

.info__table tbody tr:nth-child(1n) {
    background-color: var(--InfoTableNthImparBackgroundColor);
    height: 70px;
}

.info__table tbody tr:nth-child(2n) {
    background-color: var(--InfoTableNthParBackgroundColor);
    height: 70px;
}

.info__table--thead-tr {
    background-color: var(--InfoTableTheadTrBackgroundColor);
    font-size: var(--InfoTableTheadTrFontSize);
    font-family: var(--InfoTableTheadTrFontFamily);
    color: var(--InfoTableTheadTrColor);
}

.info__table--thead-tr th:last-child {
    border-top-right-radius:  20px;
    border-bottom-right-radius: 20px;
}

.info__table--thead-tr th:first-child {
    border-top-left-radius:  20px;
    border-bottom-left-radius: 20px;
}

.info__table--thead-tr th {
    padding: 5px 0;
}

.info__button--save {
    background-color: #666666;
    color: white;
    font-size: 22px;
    font-family: Exo2-Bold;
    border-radius: 24px;
    border: none;
    padding: 5px 20px;
    margin: 0 10px;
}

.info__button--return {
    font-size: 22px;
    font-family: Exo2-Bold;
    padding: 5px 20px;
    border-radius: 24px;
    background-color: #ffffff;
    color: #FF0000;
    border: 2px solid #FF0000;
    margin: 0 10px;
}

.info__buttons-container {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

#info {
    padding: 50px 0;
    min-height: 73vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a {
    color: #007E37;
}

a:hover {
   color: #007E37;
   text-decoration: underline;
}

.toggle-image:hover {
    content: var(--RequestAppointmentHeaderIconHoverCss);
}

.jBox-container, .jBox-pointer:after {
    background-color: var(--TooltipBackgroundColor) !important;
    color: var(--TooltipTextColor);
    text-align: center;
    font-family: Exo2-Regular;
}

.nav__tooltip {
    font-family: Exo2-Regular;
    font-size: 20px;
    text-align: center;
}

.info__cards {
    display: none;
    margin-top: 50px;
}

.info__cards--button {
    background-color: #FF0000;
    border-radius: 24px;
    color: #ffffff;
    border: none;
    width: 100%;
    text-align: left;
    font-family: Exo2-Regular;
    padding: 20px 30px;
    font-size: 18px;
    background-image: url(../../../../images/customer/bottom-row-white.svg);
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    transition: background-image 0.2s;
}

.info__cards--button[aria-expanded="true"] {
    background-image: url(../../../../images/customer/top-row-white.svg);
    transition: background-image 0.2s;
}

.info__cards--row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #767676;
    font-family: Exo2-Regular;
    font-size: 18px;
}

.info__cards--row p {
    margin: 10px 0;
}

.info__cards--collapse > div.card-body {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border: none;
}

.info__cards--item {
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 24px;
}

.info__table--button-delete {
    border: none;
    background: transparent;
    font-size: 30px;
    color: #FF0000;
}

.swal2-input {
    font-size: var(--ControlBoxInputFontSize);
    font-family: var(--ControlBoxInputFontFamily);
    color: var(--ControlBoxInputColor);
    letter-spacing: var(--ControlBoxInputLetterSpacing);
    border: none;
    border-bottom: var(--ControlBoxInputBorderButtom);
    box-shadow: none;
}

.swal2-input:focus-visible {
    outline: none;
}

.swal2-input::placeholder {
    color: var(--ControlBoxInputPlaceholderColor);
}

.swal2-input:focus {
    border: none;
    border-bottom: var(--ControlBoxInputBorderButtom);
    box-shadow: none;
}

/*  Calendar Styles  */

.calendar__row {
    justify-content: center;
}

.calendar__header {
    background-color: var(--CalendarHeaderBackgroudColor);
    box-shadow: 0px 0px 8px #00000029;
    border-radius: var(--CalendarHeaderBorderRadius);
    width: 100%;
    height: 80px;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    flex-direction: column;
}

.calendar__header--year {
    font-size: var(--CalendarHeaderYearFontSize);
    margin: 0;
    color: #ffffff;
}

.calendar__header--day {
    font-family: var(--CalendarHeaderDayFontFamily);
    font-size: var(--CalendarHeaderDayFontSize);
    margin: 0;
    color: #ffffff;
}

.calendar__content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 20px;
    max-width: 560px;
    width: 100%;
}

.calendar__body--hour-selected {
    color: #8D8D8E;
    font-size: 18px;
    font-family: Exo2-Bold;
    margin-right: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar__footer {
    padding: 0 20px;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.calendar__footer--cancel-button {
    letter-spacing: 0px;
    color: var(--TertiaryBottonTextColor);
    font-family: var(--TertiaryBottonTextFontFamily);
    font-size: var(--TertiaryBottonTextFontFontSize);
    width: 150px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.calendar__footer--cancel-button:hover {
    color: var(--TertiaryBottonTextHoverColor);
    text-decoration: underline;
}

.calendar__footer--reserve-button {
    background: var(--MainBottonBackgroudColor);
    width: 150px;
    height: 50px;
    border-radius: var(--MainBottonBorderRadius);
    font-size: var(--MainBottonFontSize);
    border: var(--MainBottonBorder);
    font-family: var(--MainBottonFontFamily);
    color: #ffffff;
}

.appointment-separator {
    border-right: var(--CalendarAppointmentSeparator);
}

.calendar__body--row {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.calendar__button--hour {
    border: none;
    background-color: transparent;
}

.calendar__hour-active {
    color: #8D8D8E;
    font-family: Exo2-Bold;
}
/*
.calendar__footer--reserve-button[disabled="disabled"] {
    opacity: 0.5;
}*/

.datepicker-inline {
    width: 100% !important;
    padding: 0 20px !important;
}

.table-condensed {
    width: 100%;
    font-family: Exo2-Regular;
}

tr:nth-child(even) {
    background-color: #ffffff !important;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    color: #8D8D8E;
}

.datepicker-switch {
    font-family: Exo2-Bold;
    font-size: 18px;
}

.wrap {
    max-height: 175px;
    overflow-y: hidden;
    margin-right: 6.66px;
    margin-top: 30px;
}

.owl-stage {
    color: #8D8D8E;
    height: 100%;
}

.owl-stage-outer {
    max-height: 175px;
    text-align: center;
}

.owl-prev {
    position: absolute;
    top: 33px;
    width: 150px;
    text-align: center;
}

.owl-next {
    position: absolute;
    bottom: 0;
    width: 150px;
    text-align: center;
}

.owl-carousel {
    opacity: 1;
}

.owl-carousel .owl-hidden {
    opacity: 1;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: url(../../../../images/customer/circle-wallpaper.svg) !important;
    background-color: transparent !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background-image: url(../../../../images/customer/circle-wallpaper-hover.svg) !important;
    background-color: transparent !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    border-radius: 50%;
}

td.day:not(.disabled) {
    font-family: Exo2-Bold;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px 0;
}

.owl-item > button {
    color: #999;
}

.owl-carousel,
.owl-carousel .owl-item {
    position: unset !important;
}

.owl-carousel .owl-item {
    float: none !important;
}

/*  End Calendar Styles  */

@media(max-width: 767px) {
    .consult__title {
        font-size: 20px;
        padding-right: 0;
        margin-bottom: 5px;
        line-height: 1;
    }

    .consult__subtitle {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 40px;
        font-family: Exo2-Regular;
        margin-top: 15px;
    }

    .consult__row {
        padding: 100px 15px;
    }

    .consult__control-box {
        padding: 15px 25px;
    }

    .consult__form-group {
        padding: 0;
    }

    .consult__control-box--input {
        font-size: 18px !important;
        padding: 10px 0;
    }

    .consult__control-box--button {
        margin: 10px 0;
    }

    .info__person-name {
        font-size: 20px;
    }

    .info__person-id {
        font-size: 18px;
        font-family: Exo2-Regular;
        margin-top: 10px;
        line-height: 1;
    }

    .info__person-email {
        font-size: 18px;
        line-height: 1;
    }

    .info__table {
        display: none;
    }

    .info__cards {
        display: block;
    }

    .appointment-separator {
        border-right: none;
    }

    .calendar__row {
        justify-content: unset;
    }

    .datepicker-inline {
        padding: 0 !important;
    }

    .calendar__header--day {
        font-family: Exo2-Regular;
    }

    .calendar__body--row > div:nth-child(2) {
        border-top: 2px solid #B9BBBB;
        margin: 30px 25px 0 25px;
        padding-top: 25px;
        display: flex;
        justify-content: center;
    }

    .calendar__body--hour-selected {
        color: #FF0000;
    }

    .wrap {
        max-height: unset;
        overflow-y: unset;
        margin-right: 0;
        margin-top: 0;
        width: 280px;
        height: 40px;
    }

    .owl-stage-outer {
        max-height: unset;
        height: 100%;
    }

    .owl-carousel,
    .owl-carousel .owl-item {
        position: relative !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .owl-carousel .owl-item {
        float: left !important;
    }

    .owl-prev {
        top: 5px;
        width: 50px;
    }

    .owl-next {
        width: 50px;
        right: 0;
        bottom: 5px;
    }

    .swal2-input::placeholder {
        color: var(--ControlBoxInputPlaceholderColor);
        font-size: 18px;
    }
}

@media(max-width: 460px) {

    .wrap {
        width: 200px;
    }

    .calendar__body--row > div:nth-child(2) {
        margin: 30px 10px 0 10px;
        padding: 15px 0;
        justify-content: space-evenly;
    }

    .calendar__body--hour-selected {
        margin: 0;
    }

    .owl-prev,
    .owl-next {
        width: 25px;
    }
}

@media(max-width: 360px) {

    .wrap {
        width: 160px;
    }

    .calendar__header {
        height: auto;
    }
}

